From 00012f00d6344d3b29af16dfeb21a1481140692d Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 16 Nov 2006 00:18:31 +0000 Subject: [PATCH] Make mingw (cross-build) happy. Add for a __WIN32__ environment. --- kml.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kml.c b/kml.c index 8178a3f95..90e4b5e50 100644 --- a/kml.c +++ b/kml.c @@ -22,6 +22,10 @@ #include "defs.h" #include "xmlgeneric.h" +#ifdef __WIN32__ +# include +#endif + // options static char *opt_deficon = NULL; static char *opt_export_lines = NULL; -- 2.30.2